-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Align with AgroPortal API #17
Draft
syphax-bouazzouni
wants to merge
1,087
commits into
ontoportal:master
Choose a base branch
from
ontoportal-lirmm:pr/align-with-agroportal-12-24
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Feature: Align with AgroPortal API #17
syphax-bouazzouni
wants to merge
1,087
commits into
ontoportal:master
from
ontoportal-lirmm:pr/align-with-agroportal-12-24
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated metadata information for version, URI, hasOntologyLanguage, status, hasFormalityLevel, hasOntologySyntax, deprecated, versionIRI attributes
* add portal configuration model reading from config file * add the serialize_default for the portal config model
…159) * fix : prevent serialization of sensitive data * remove syntax error --------- Co-authored-by: Syphax <[email protected]>
* make category model accept multiple parentCategories * keep the same attribute name for parentCategory to stay backword compatible
…s basename (#163) * using basename in submission filename to prevent potential LFI * Fix nil handling for filename in ontology file upload
* implement parse diff xml file into an openstruct * add diff newAnnotation and deletedAnnotation to the parsed diff object
Merge to master: Release 2.5.2 - Security fixes, XML diff parsing and portal configuration model
* fix the issue when generating multilingual missing labels * fixed the issues revealed by the failing unit tests * handle the case that in ontoportal-lirmm branch we use "@none" not "none"
…y pull from remote location
Merge to master: Release 2.6.4 - fix multilingual missing labels generation, password reset token expiration, and ontology pull on demand trigger
* add unit test for filtering class children by a scheme * implement submission class children function
* add unit test for filtering class children by a scheme * implement submission class children function * add unit test to catch the bug in goo_attrs_to_load * fix the goo_attrs_to_load bug not including the correct embed properties
* add unit test to catch max tree threshold issue * add the option to the build tree to augment the threshold if needed
* add unit test for filtering class children by a scheme * implement submission class children function * add unit test for zombie mapping count * extract mapping count functions into a separated module * remove mapping count if there ontologies does no more exist * on submission archiving and deletion remove the graph * update delete zombie mapping counts to check also submission deletion * add unit test to be sure that archived submission data graph are removed
Merge to master: Release
* filtering uris and literals in namespace_predict function * add more tests to test_resource.rb
Fix: Export jsonld content error if literals has a / or # (#173)
Develop to Master merge. Resolve missing metrics issue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.